Update dependency ruff to v0.12.10 #207
Open
+1
−1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==0.12.8
->==0.12.10
Release Notes
astral-sh/ruff (ruff)
v0.12.10
Compare Source
Preview features
flake8-simplify
] Implement fix formaxsplit
without separator (SIM905
) (#19851)flake8-use-pathlib
] Add fixes forPTH102
andPTH103
(#19514)Bug fixes
isort
] Handle multiple continuation lines after module docstring (I002
) (#19818)pyupgrade
] Avoid reporting__future__
features as unnecessary when they are used (UP010
) (#19769)pyupgrade
] Handle nestedOptional
s (UP045
) (#19770)Rule changes
pycodestyle
] MakeE731
fix unsafe instead of display-only for class assignments (#19700)pyflakes
] Add secondary annotation showing previous definition (F811
) (#19900)Documentation
flake8-annotations
] Remove unused import in example (ANN401
) (#20000)v0.12.9
Compare Source
Preview features
airflow
] Add check forairflow.secrets.cache.SecretCache
(AIR301
) (#17707)ruff
] Offer a safe fix for multi-digit zeros (RUF064
) (#19847)Bug fixes
flake8-blind-except
] FixBLE001
false-positive onraise ... from None
(#19755)flake8-comprehensions
] Fix false positive forC420
with attribute, subscript, or slice assignment targets (#19513)flake8-simplify
] Fix handling of U+001C..U+001F whitespace (SIM905
) (#19849)Rule changes
pylint
] Use lowercase hex characters to match the formatter (PLE2513
) (#19808)Documentation
lint.future-annotations
link (#19876)Other changes
Build
riscv64
binaries for release (#19819)Add rule code to error description in GitLab output (#19896)
Improve rendering of the
full
output format (#19415)Below is an example diff for
F401
:For now, the primary difference is the movement of the filename, line number, and column information to a second line in the header. This new representation will allow us to make further additions to Ruff's diagnostics, such as adding sub-diagnostics and multiple annotations to the same snippet.
Configuration
📅 Schedule: Branch creation - "* * * * 0,6" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.